home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / include / rcballoc.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  286b  |  10 lines

  1. struct rcballoc {
  2. /*  This structure is RCB_ALLOCATE record.
  3.  *  The RM sends it to the "allocate" procedure
  4.  *  in reply on the ALLOCATE_RCB record.
  5.  */
  6.  int rc; /* possible values : OK, UNSUCCESSFUL,
  7.           * SYNC_LEVEL_NOT_SUPPORTED
  8.           */
  9.  struct rcb *rcb_ptr; };
  10.